home *** CD-ROM | disk | FTP | other *** search
/ Clickx 35 / Clickx 35.iso / assets / software / EC Architect / Acrobat / Data1.cab / PictureTasks.api / EXVW / 106 < prev    next >
Encoding:
Text File  |  2003-11-03  |  2.3 KB  |  62 lines

  1. gPreviewHeight = 300;
  2. gPreviewWidth = 500;
  3. gSliderMinimumWidth = 106;
  4. gSliderMinimumHeight = 30;
  5. gGapWidth = 125;
  6. dialog(name: '$$$/Dialogs/ExtractImagesDialog', target_id: 'tefr')
  7. {
  8.     view(align_children: align_left)
  9.     {
  10.         view(align_children: align_left)
  11.         {
  12.             view(align_children: align_row)
  13.             {
  14.                 cluster(name: '$$$/Dialogs/ExtractImagesDialog/PickerTitle', align_children: align_left)
  15.                 {
  16.                     view(align_children: align_left)
  17.                     {
  18.                         list_box(item_id: 'pick', width: gPreviewWidth, height: gPreviewHeight);                        
  19.                     }
  20.                     view(align_children: align_row, width: gPreviewWidth)
  21.                     {                        
  22.                         button(item_id: 'slal', name: '$$$/Dialogs/ImagePicker/SelectAll', picture: false, alignment: align_left);
  23.                         button(item_id: 'clal', name: '$$$/Dialogs/ImagePicker/ClearAll', picture: false, alignment: align_left);                                                                    
  24.                         gap(width: gGapWidth);
  25.                         picture(item_id: 'slmn', width: 11, height: 9);
  26.                         slider(item_id: 'slid', width: gSliderMinimumWidth, height: gSliderMinimumHeight, align: align_right);                        
  27.                         picture(item_id: 'slmx', width: 18, height: 14);
  28.                     }
  29.                 }
  30.                 group(name: '$$$/Dialogs/ExtractImagesDialog/ImageOptionsGroup', align_children: align_left, width: 150, height: gPreviewHeight + 72)
  31.                 {
  32.                     view(align_children: align_left)
  33.                     {
  34.                         cluster(name: '$$$/Dialogs/ExtractImagesDialog/ChooseDirectory', align_children: align_left, width: 130)
  35.                         {
  36.                             edit_text(item_id: 'drnm', width: 140, readonly: true );
  37.                             button(item_id: 'brse', name: '$$$/Dialogs/ExtractImagesDialog/Browse', picture: false);
  38.                         }
  39.                         cluster(name: '$$$/Dialogs/ExtractImagesDialog/DefaultName', align_children: align_left, width: 130)
  40.                         {
  41.                             view(align_children: align_left)
  42.                             {
  43.                                 radio(item_id: 'ornm', name: '$$$/Dialogs/ExtractImagesDialog/OriginalName');
  44.                                 radio(item_id: 'nwnm', name: '$$$/Dialogs/ExtractImagesDialog/NewName');
  45.                                 gap(height: 1);
  46.                                 edit_text(item_id: 'dfnm', width: 140);
  47.                             }
  48.                         }
  49.                         group(height:100)
  50.                         {
  51.                         }
  52.                     }
  53.                 }
  54.             }
  55.         }
  56.         view(align_children: align_row, width: gPreviewWidth + 150 + + 4 * gMarginWidth)
  57.         {                    
  58.             ok_cancel(ok_name: '$$$/Dialogs/ExtractImagesDialog/Export', alignment: align_right);
  59.         }        
  60.     }
  61. }
  62.